Revert "strongswan: fix build issues around PARSE_ERROR"
authorPhilip Prindeville <[email protected]>
Fri, 18 Jul 2025 04:03:52 +0000 (22:03 -0600)
committerPhilip Prindeville <[email protected]>
Sun, 20 Jul 2025 17:48:49 +0000 (11:48 -0600)
@tobiasbrunner is asserting that this patch is no longer
necessary with 6.x.

This reverts commit 89fa8033b851db004182c5e33b0728bc2f95b807.

net/strongswan/Makefile
net/strongswan/patches/0100-work-around-parse_error-clash.patch [deleted file]

index 1687a387e8b08fe10bb6ed2e70e820c752017193..40962f96d74fd772341daa58c39a7424dd63efbb 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=strongswan
 PKG_VERSION:=6.0.2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
diff --git a/net/strongswan/patches/0100-work-around-parse_error-clash.patch b/net/strongswan/patches/0100-work-around-parse_error-clash.patch
deleted file mode 100644 (file)
index 902ef16..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/libstrongswan/plugins/wolfssl/wolfssl_plugin.c
-+++ b/src/libstrongswan/plugins/wolfssl/wolfssl_plugin.c
-@@ -27,6 +27,8 @@
- #include <library.h>
- #include <utils/debug.h>
-+#define PARSE_ERROR   WOLFSSL_PARSE_ERROR
-+
- #include "wolfssl_plugin.h"
- #include "wolfssl_aead.h"
- #include "wolfssl_crypter.h"